'Declaration
<CategoryAttribute("NotateXpress")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Inidciates whether tarrows should be shown on the TextTool when there is more text than what can be displayed.")>
<BrowsableAttribute(False)>
Public Property TextToolArrows As Boolean
'Usage
Dim instance As NotateXpress
Dim value As Boolean
instance.TextToolArrows = value
value = instance.TextToolArrows
[CategoryAttribute("NotateXpress")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Inidciates whether tarrows should be shown on the TextTool when there is more text than what can be displayed.")]
[BrowsableAttribute(false)]
public bool TextToolArrows {get; set;}
[CategoryAttribute("NotateXpress")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Inidciates whether tarrows should be shown on the TextTool when there is more text than what can be displayed.")]
[BrowsableAttribute(false)]
public: __property bool get_TextToolArrows();
public: __property void set_TextToolArrows(
bool value
);
[CategoryAttribute("NotateXpress")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Inidciates whether tarrows should be shown on the TextTool when there is more text than what can be displayed.")]
[BrowsableAttribute(false)]
public:
property bool TextToolArrows {
bool get();
void set ( bool value);
}