Accusoft.NotateXpress13.Net
TextToolArrows Property




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

Property Value

A boolean value which is true when NotateXpress displays an arrow on TextTools when there is more text than what can be displayed. Otherwise, false is returned when NotateXpress does not show arrows on the TextTool.
Remarks
This is a global default setting for all TextTools.
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback