Click or drag to resize

IObliqueViewerGetButtonEnabled Method

Get 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
Task<bool> GetButtonEnabled(
	ObliqueViewerButtons buttonId
)

Parameters

buttonId
Type: StreetSmart.WinForms.InterfacesObliqueViewerButtons

[Missing <param name="buttonId"/> documentation for "M:StreetSmart.WinForms.Interfaces.IObliqueViewer.GetButtonEnabled(StreetSmart.WinForms.Interfaces.ObliqueViewerButtons)"]

Return Value

Type: TaskBoolean

[Missing <returns> documentation for "M:StreetSmart.WinForms.Interfaces.IObliqueViewer.GetButtonEnabled(StreetSmart.WinForms.Interfaces.ObliqueViewerButtons)"]

See Also