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 Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageControl
Dim value As Integer
instance.OptionsForResize = value
value = instance.OptionsForResize
|
C# | |
---|
int OptionsForResize {get; set;} |
C++/CLI | |
---|
property int OptionsForResize {
int get();
void set (int value);
} |
Return Value
Resize the PropertyManager page as defined in
swPropMgrPageControlOnResizeOptions_e (see
Remarks)
Remarks
See Also
Availability
SolidWorks 2008 SP4, Revision Number 16.4