GetDropDownButton Method (ButtonElement)
In This Topic
Returns drop-down button image.
Syntax
'Declaration
Public Shared Function GetDropDownButton( _
ByVal As System.Drawing.Size, _
Optional ByVal As System.Windows.Forms.VisualStyles.ComboBoxState _
) As System.Drawing.Image
public static System.Drawing.Image GetDropDownButton(
System.Drawing.Size ,
System.Windows.Forms.VisualStyles.ComboBoxState
)
Parameters
- sz
- state
See Also