Click or drag to resize

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)
Syntax
void ToggleButtonEnabled(
	ObliqueViewerButtons buttonId,
	bool enabled
)

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