Hide Table of Contents
Checked Property (IPropertyManagerPageGroup)

Gets or sets the setting of a check box in the title of a group box on a PropertyManager page.

.NET Syntax

Visual Basic (Declaration) 
Property Checked As Boolean
Visual Basic (Usage) 
Dim instance As IPropertyManagerPageGroup
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
C# 
bool Checked {get; set;}
C++/CLI 
property bool Checked {
   bool get();
   void set (bool value);
}

Return Value

True if the check box is selected, false if not

Remarks

A group box on PropertyManager page can be created with a check box in its title. Selecting the check box causes the group box to expand so that all of the controls on that group box can be seen by the end-user. Clearing the check box causes the group box to close, or compress, so that all of the controls on that group box are hidden.

 

When a group box is expanded, the states of the controls within the group are not changed.  For example, if all of the controls are disabled, they remain disabled when the group box is expanded. The owner of the PropertyManager page is responsible for setting the control states.

 

When the end-user selects or clears the check box of a group box, the IPropertyManagerPage2Handler5::OnGroupCheck method is called, so that your program can react to this event and do things such as enabling the appropriate controls.  However, if your program is using this property to set the check box, then this method is not called and your program should set the controls after setting this property.

 

This property does not control whether or not there is a check box on your group box. That is determined when the group box is added. See IPropertyManagerPage2::AddGroupBox or IPropertyManagerPage2::IAddGroupBox, specifically the Options argument.

See Also

Availability

SolidWorks 2003 SP1, Revision Number 11.1


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   Checked Property (IPropertyManagerPageGroup)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2010 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.