IWinToolBarwHotImage Property |
Returns the image that corresponds to the hot state of the specified control button. The button can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IWinToolBarButtonsCollection2<Image> wHotImage { get; }
ReadOnly Property wHotImage As IWinToolBarButtonsCollection2(Of Image)
Get
Dim instance As IWinToolBar
Dim value As IWinToolBarButtonsCollection2(Of Image)
value = instance.wHotImage
property IWinToolBarButtonsCollection2<Image^>^ wHotImage {
IWinToolBarButtonsCollection2<Image^>^ get ();
}
Property Value
Type:
IWinToolBarButtonsCollection2ImageExceptions See Also