IntegerInputMethodMaximumValue Property |
[This is preliminary documentation and is subject to change.]
The minimum value to accept.
Namespace: Documentation.Objects.InputMethodsAssembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> MaximumValue { get; set; }
Public Property MaximumValue As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaximumValue {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaximumValue : Nullable<int> with get, set
Property Value
Type:
NullableInt32
RemarksOptional
See Also