AVEVA CAF API Documenation

SizeDefault Property
Gets or sets a value indicating whether the default system metric cursor size should be used when loading.
Syntax
[Category("Cursor Sizing")]
[Description("Determines whether to use default system metric size for the cursor.

If this property is 'true' and the SizePreferred is (0,0) the default system metric size for cursors is used.  If this property is 'false' and the SizePreferred is (0,0) then the actual size of the cursor is used (if the cursor contains multiple sizes then the first is used).")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[RefreshProperties(RefreshProperties.All)]
[DefaultValue(true)]
public bool SizeDefault {get; set;}
[Category("Cursor Sizing")]
[Description("Determines whether to use default system metric size for the cursor.

If this property is 'true' and the SizePreferred is (0,0) the default system metric size for cursors is used.  If this property is 'false' and the SizePreferred is (0,0) then the actual size of the cursor is used (if the cursor contains multiple sizes then the first is used).")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
[RefreshProperties(RefreshProperties.All)]
[DefaultValue(true)]
public:
property bool SizeDefault {
   bool get();
   void set (    bool value);
}

Property Value

true if size default, false if not.
Exceptions
ExceptionDescription
Thrown when an exception error condition occurs.
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