Version

Search Results

Configuring the Drop-Down

Configuring the Drop-Down Introduction The topics in this group describe the editor controls’ Drop-Down configurations. Topics Topic Purpose Configuring the Width of the Drop-Down Menu This topic explains setting the width of the drop-down list that appears following clicking the Drop-Down button. Sort Items in th...

Configuring the Spin Acceleration

Configuring the Spin Acceleration Topic Overview Purpose This topic introduces spin button acceleration for editor controls. In this topic This topic contains the following sections: Spin Button Acceleration Introduction Built-in spin button properties SpinEditorButton AutoRepeatEditorButton Supported Editor Contr...

Configuring the Width of the Drop-Down Menu

Configuring the Width of the Drop-Down Menu This topic applies to the following WinEditor™ controls: WinComboEditor™ WinFontNameEditor™ The DropDownListWidth property makes it possible to explicitly set the width of the drop-down list that appears when the drop-down button is clicked. The UltraComboEditor and Ultr...

Culture-Specific Formatting

Culture-Specific Formatting This topic applies to the following WinEditor™ controls: WinCurrencyEditor™ WinNumericEditor™ WinDateTimeEditor™ When using the WinEditor controls, the need may arise to have the editors display in a culture that differs from the culture of the current machine’s operating system. In the...

DataSource Property Added to WinComboEditor

DataSource Property Added to WinComboEditor The WinComboEditor™ control can now be bound to a data source via a new DataSource property. To allow for databinding, you must set the DataSource property of the WinComboEditor and specify the following members: DataMember DisplayMember ValueMember The WinComboEditor th...

DataSource Property Added to WinOptionSet

DataSource Property Added to WinOptionSet The WinOptionSet™ control can now be bound to a data source via a new DataSource property. To allow for databinding, you must set the DataSource property of the WinComboEditor and specify the following members: DataMember DisplayMember ValueMember The WinOptionSet then dis...

Display a Currency Mask Without the Currency Symbol

Display a Currency Mask Without the Currency Symbol We’ve added a flag to the already existing currency mask used by both the EditorWithMask base class and WinCurrencyEditor™ control. The no_symbol flag will allow you to specify a specific culture’s currency without using the actual currency symbol (i.e., ¥, £, €,...

Displaying a Custom String for a Null Value

Displaying a Custom String for a Null Value This topic applies to all WinEditor™ controls. The WinEditor controls provide the ability to display a custom string when the control’s current value is null (Nothing in VB). An example of the usefulness of this feature is illustrated in the following scenario: An WinCom...

Displaying Items with Images

Displaying Items with Images This topic applies to the following WinEditor™ controls: WinTextEditor™ WinComboEditor™ WinFontNameEditor™ WinDateTimeEditor™ WinNumericEditor™ WinCurrencyEditor™ All of the WinEditors elements support the display of images via the Appearance object’s Image property. The WinComboEditor...

Displaying Spin Buttons

Displaying Spin Buttons This topic applies to all WinEditor™ controls: By default, WinEditors do not display Spin Buttons. Spin Buttons can be displayed, however, by setting the SpinButtonDisplayStyle property, which enables the end user to increment or decrement the current value of a spinnable section using the ...