Eyeshot 10 WPF API Reference
HomeToolBarButton Constructor(String,styleType,Boolean,Boolean)

WPF Assembly > devDept.Eyeshot Namespace > HomeToolBarButton Class > HomeToolBarButton Constructor : HomeToolBarButton Constructor(String,styleType,Boolean,Boolean)
Empty constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal toolTipText As String, _
   ByVal style As ToolBarButton.styleType, _
   ByVal visible As Boolean, _
   ByVal enabled As Boolean _
)
public HomeToolBarButton( 
   string toolTipText,
   ToolBarButton.styleType style,
   bool visible,
   bool enabled
)

Parameters

toolTipText
style
visible
enabled
See Also

Reference

HomeToolBarButton Class
HomeToolBarButton Members
Overload List