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)
SyntaxTask<bool> GetButtonEnabled(
ObliqueViewerButtons buttonId
)
Function GetButtonEnabled (
buttonId As ObliqueViewerButtons
) As Task(Of Boolean)
Task<bool>^ GetButtonEnabled(
ObliqueViewerButtons buttonId
)
abstract GetButtonEnabled :
buttonId : ObliqueViewerButtons -> Task<bool>
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