LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Expanded Property






Gets or sets a value indicating whether this AnnTextRollupObject is expanded.
Syntax
public virtual bool Expanded {get; set;}
'Declaration
 
Public Overridable Property Expanded As Boolean
'Usage
 
Dim instance As AnnTextRollupObject
Dim value As Boolean
 
instance.Expanded = value
 
value = instance.Expanded
public virtual bool Expanded {get; set;}
 get_Expanded();
set_Expanded(value);
public:
virtual property bool Expanded {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnTextRollupObject is expanded; false otherwise.
Remarks

When this AnnTextRollupObject object is expanded, it looks and behaves exactly like a normal AnnNoteObject object.

When this AnnTextRollupObject object is not expanded, it shrinks to show only one line of text.


For more information, refer to Using Text in Annotation Object.
Example
For an example, refer to AnnTextRollupObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnTextRollupObject Class
AnnTextRollupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.