DropDownWindowStyle Property (GcNumber)
In This Topic
Gets or sets the drop down window style which used when dropdown window is rendered.
Syntax
'Declaration
<BindableAttribute(True)>
Public Property DropDownWindowStyle As Style
'Usage
Dim instance As GcNumber
Dim value As Style
instance.DropDownWindowStyle = value
value = instance.DropDownWindowStyle
[Bindable(true)]
public Style DropDownWindowStyle {get; set;}
Property Value
A
System.Windows.Style that applied to dropdown window.
Example
The following code provides an example of configuring style of a
GrapeCity.Windows.InputMan.Primitives.DropDownWindow, the example include how to set some properties to the
GrapeCity.Windows.InputMan.Primitives.DropDownWindow of the control.
See Also