BCGControlBar Library for .NET
MeasureUnits Property




Specifies the measure units to be added to the end of string representation of Value. For example, 15 % - here the sign "%" is a measure unit.
Syntax
'Declaration
 
Public Property MeasureUnits As String
'Usage
 
Dim instance As ToolbarSpinButton
Dim value As String
 
instance.MeasureUnits = value
 
value = instance.MeasureUnits
public string MeasureUnits {get; set;}
public: __property string* get_MeasureUnits();
public: __property void set_MeasureUnits( 
   string* value
);
public:
property String^ MeasureUnits {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarSpinButton Class
ToolbarSpinButton Members

Send Feedback