NotifyDefault Method (C1Button)
In This Topic
Notifies the buttin whether it is the default button so that it can adjust its appearance accordingly.
Syntax
'Declaration
Public Sub NotifyDefault( _
ByVal As Boolean _
)
public void NotifyDefault(
bool
)
Parameters
- value
See Also