Show / Hide Table of Contents

Class CheckProperty

Inheritance
System.Object
IShowPropertyImpl
CheckProperty
Implements
IShowProperty
IPropertyEntry
Inherited Members
IShowPropertyImpl.propertyTreeView
IShowPropertyImpl.labelText
IShowPropertyImpl.resourceId
IShowPropertyImpl.flagsToSuppress
IShowPropertyImpl.SuppressFlags(ShowPropertyLabelFlags)
IShowPropertyImpl.Frame
IShowPropertyImpl.IShowProperty.Added(IPropertyTreeView)
IShowPropertyImpl.Added(IPropertyTreeView)
IShowPropertyImpl.Selected()
IShowPropertyImpl.UnSelected()
IShowPropertyImpl.ChildSelected(IShowProperty)
IShowPropertyImpl.Opened(Boolean)
IShowPropertyImpl.Removed(IPropertyTreeView)
IShowPropertyImpl.ShowOpen(Boolean)
IShowPropertyImpl.Select()
IShowPropertyImpl.LabelText
IShowPropertyImpl.InfoText
IShowPropertyImpl.HelpLink
IShowPropertyImpl.LabelType
IShowPropertyImpl.EntryType
IShowPropertyImpl.SubEntriesCount
IShowPropertyImpl.SubEntries
IShowPropertyImpl.OwnerDrawHeight
IShowPropertyImpl.IShowProperty.SetTabIndex(Int32)
IShowPropertyImpl.StateChangedEvent
IShowPropertyImpl.LabelChanged(String)
IShowPropertyImpl.SetFocus()
IShowPropertyImpl.Hidden
IShowPropertyImpl.ReadOnly
IShowPropertyImpl.Refresh()
IShowPropertyImpl.OnEnterPressed()
IShowPropertyImpl.OnVisibilityChanged(Boolean)
IShowPropertyImpl.IsSelected
IShowPropertyImpl.Concat(IShowProperty[], IShowProperty[])
IShowPropertyImpl.Update(IShowProperty)
IShowPropertyImpl.SelectedBckgColor
IShowPropertyImpl.SelectedTextColor
IShowPropertyImpl.UnselectedBckgColor
IShowPropertyImpl.UnselectedTextColor
IShowPropertyImpl.IPropertyEntry.IsOpen
IShowPropertyImpl.HasDropDownButton
IShowPropertyImpl.ValueIsEditable
IShowPropertyImpl.Label
IShowPropertyImpl.ResourceId
IShowPropertyImpl.Parent
IShowPropertyImpl.SubItems
IShowPropertyImpl.OpenOrCloseSubEntries()
IShowPropertyImpl.propertyPage
IShowPropertyImpl.Added(IPropertyPage)
IShowPropertyImpl.Removed(IPropertyPage)
IShowPropertyImpl.ContextMenu
IShowPropertyImpl.GetDropDownList()
IShowPropertyImpl.StartEdit(Boolean)
IShowPropertyImpl.EndEdit(Boolean, Boolean, String)
IShowPropertyImpl.EditTextChanged(String)
IShowPropertyImpl.IPropertyEntry.Index
IShowPropertyImpl.IPropertyEntry.IndentLevel
IShowPropertyImpl.Selected(IPropertyEntry)
IShowPropertyImpl.UnSelected(IPropertyEntry)
IShowPropertyImpl.ListBoxSelected(Int32)
IShowPropertyImpl.DeferUpdate
IShowPropertyImpl.PropertyEntryChangedStateEvent
IShowPropertyImpl.PropertyEntryChangedState(StateChangedArgs)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public class CheckProperty : IShowPropertyImpl, IShowProperty, IPropertyEntry

Constructors

| Improve this Doc View Source

CheckProperty(Object, String, String)

Declaration
public CheckProperty(object ObjectWithProperty, string PropertyName, string resourceId)
Parameters
Type Name Description
System.Object ObjectWithProperty
System.String PropertyName
System.String resourceId
| Improve this Doc View Source

CheckProperty(String, CheckState)

Declaration
public CheckProperty(string resourceID, CheckState state)
Parameters
Type Name Description
System.String resourceID
CheckState state

Properties

| Improve this Doc View Source

Flags

Overrides EntryType, returns Control.

Declaration
public override PropertyEntryType Flags { get; }
Property Value
Type Description
PropertyEntryType
Overrides
IShowPropertyImpl.Flags
| Improve this Doc View Source

Value

Declaration
public override string Value { get; }
Property Value
Type Description
System.String
Overrides
IShowPropertyImpl.Value

Methods

| Improve this Doc View Source

ButtonClicked(PropertyEntryButton)

Declaration
public override void ButtonClicked(PropertyEntryButton button)
Parameters
Type Name Description
PropertyEntryButton button
Overrides
IShowPropertyImpl.ButtonClicked(PropertyEntryButton)
| Improve this Doc View Source

Update()

Declaration
public void Update()

Events

| Improve this Doc View Source

CheckStateChangedEvent

Declaration
public event CheckProperty.CheckStateChangedDelegate CheckStateChangedEvent
Event Type
Type Description
CheckProperty.CheckStateChangedDelegate

Implements

IShowProperty
IPropertyEntry
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX