Gets or sets how to override the SOLIDWORKS default behavior when changing the width of a PropertyManager page.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OptionsForResize As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageControl
Dim value As System.Integer
instance.OptionsForResize = value
value = instance.OptionsForResize |
C# | |
---|
System.int OptionsForResize {get; set;} |
C++/CLI | |
---|
property System.int OptionsForResize {
System.int get();
void set ( & System.int value);
} |
Property Value
Resize the PropertyManager page as defined in
swPropMgrPageControlOnResizeOptions_e (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2008 SP4, Revision Number 16.4