IObliqueViewerToggleButtonEnabled Method |
Toggle the visibility of a button.
Namespace:
StreetSmart.WinForms.Interfaces
Assembly:
StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntaxvoid ToggleButtonEnabled(
ObliqueViewerButtons buttonId,
bool enabled
)
Sub ToggleButtonEnabled (
buttonId As ObliqueViewerButtons,
enabled As Boolean
)
void ToggleButtonEnabled(
ObliqueViewerButtons buttonId,
bool enabled
)
abstract ToggleButtonEnabled :
buttonId : ObliqueViewerButtons *
enabled : bool -> unit
Parameters
- buttonId
- Type: StreetSmart.WinForms.InterfacesObliqueViewerButtons
[Missing <param name="buttonId"/> documentation for "M:StreetSmart.WinForms.Interfaces.IObliqueViewer.ToggleButtonEnabled(StreetSmart.WinForms.Interfaces.ObliqueViewerButtons,System.Boolean)"]
- enabled
- Type: SystemBoolean
if available, sets enabled to this value
See Also