JAMS 6.x Help
AutoSize Property (AgentNodeCtl)


Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute()>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Public Overridable Property AutoSize As System.Boolean
'Usage
 
Dim instance As AgentNodeCtl
Dim value As System.Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable()]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
public virtual System.bool AutoSize {get; set;}
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

AgentNodeCtl Class
AgentNodeCtl Members

Send Feedback