FormCheckBoxControl.labelHeightValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
labelHeightValue() | |
labelHeightValue(Int32) |
labelHeightValue()
public:
virtual int labelHeightValue();
public virtual int labelHeightValue ();
abstract member labelHeightValue : unit -> int
override this.labelHeightValue : unit -> int
Public Overridable Function labelHeightValue () As Integer
Returns
Applies to
labelHeightValue(Int32)
public:
virtual int labelHeightValue(int _value);
public virtual int labelHeightValue (int _value);
abstract member labelHeightValue : int -> int
override this.labelHeightValue : int -> int
Public Overridable Function labelHeightValue (_value As Integer) As Integer
Parameters
- _value
- Int32