SpinButtonActiveXControl.Max

SpinButtonActiveXControl.Max property

Gets and sets the maximum acceptable value.

public int Max { get; set; }

Examples

[C#]
activeXControl.Max = 100;

See Also