|
|
|
SftBoxDropDown.Suppress Method |
Suppresses showing/hiding the drop down portion for the current event.
Syntax
VB.NET |
object.Suppress() |
||
VB |
object.Suppress |
||
C#.NET |
void object.Suppress(); |
||
VC++ |
HRESULT object->Suppress(); |
||
C |
HRESULT object->raw_Suppress(); |
||
Delphi |
procedure object.Suppress(); |
object
A SftBoxDropDown object.
Comments
The Suppress method suppresses showing/hiding the drop down portion for the current event.
Once an ItemClick or ItemDblClk event is processed, the drop down portion may automatically become visible or may be hidden in response. This default action is built into the control. It is possible to suppress the default response by using the DropDown.Suppress method while handling the ItemClick or ItemDblClk event.
This method has no effect on a simple combo box.