Accusoft.NotateXpress13.Net
Toolbar Property




Gets and sets the Toolbar based on which layer is selected.
Syntax
'Declaration
 
Public Property Toolbar As Toolbar
'Usage
 
Dim instance As Layer
Dim value As Toolbar
 
instance.Toolbar = value
 
value = instance.Toolbar
public Toolbar Toolbar {get; set;}
public: __property Toolbar* get_Toolbar();
public: __property void set_Toolbar( 
   Toolbar* value
);
public:
property Toolbar^ Toolbar {
   Toolbar^ get();
   void set (    Toolbar^ value);
}

Property Value

The Toolbar value for the layer.
See Also

Reference

Layer Class
Layer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback