Click or drag to resize

IPropertyManagerPageControlEx Interface

Base wrapper around native SOLIDWORKS Property Manager Page controls (i.e. TextBox, SelectionBox, NumberBox etc.)

Namespace:  CodeStack.SwEx.PMPage.Controls
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public interface IPropertyManagerPageControlEx : IControl, 
	IDisposable, IPropertyManagerPageElementEx

The IPropertyManagerPageControlEx type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Enable state of this control
(Inherited from IPropertyManagerPageElementEx.)
Public propertyId (Inherited from IControl.)
Public propertySwControl
Public propertyTag (Inherited from IControl.)
Public propertyVisible
Visibility state of the control
(Inherited from IPropertyManagerPageElementEx.)
Top
Methods
  NameDescription
Public methodGetValue (Inherited from IControl.)
Public methodSetValue (Inherited from IControl.)
Top
Events
  NameDescription
Public eventValueChanged (Inherited from IControl.)
Top
Extension Methods
See Also