BCGSoft.Controls.PropertyList Namespace : PropertyListItem Class |
The following tables list the members exposed by PropertyListItem.
Name | Description | |
---|---|---|
![]() | PropertyListItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | m_comboInPlace | |
![]() | m_controlInPlace | |
![]() | m_inPlaceEdit | |
![]() | m_popupInPlace |
Name | Description | |
---|---|---|
![]() | AlwaysModified | Specifies if the text is marked always as modified. It means that the property text is always displayed using bold font |
![]() | ButtonHighlighted | |
![]() | ButtonRect | |
![]() | ComponentName | |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Data | |
![]() | Description | Specifies the description of property item (displayed in Description area of property list). |
![]() | DisableEndEditOnPropertyChange | |
![]() | Editable | Specifies if the PropertyListItem can be edited by user. |
![]() | Enabled | Gets or sets a value indicating whether the property list item is enabled. Disabled properties do not accept keyboard input and are not clickable. |
![]() | Expanded | Tells whether the item is expanded or collapsed. |
![]() | HasButton | |
![]() | HasCustomPopup | |
![]() | HasList | |
![]() | IsGroup | |
![]() | IsValueList | |
![]() | ItemName | Gets or sets the name of property item. |
![]() | OptionsCollection | Specifies the collection of Options assigned to item. In property list this collection is represented as combo box. |
![]() | ParentProp | |
![]() | ParentPropList | |
![]() | ProcessFirstClick | |
![]() | PropertyRect | |
![]() | Selected | Tells whether the item is selected. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | SubItemsCollection | Represents the collection of sub-items. |
![]() | Value | Specifies the value of the property item. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | AddOption | Overloaded. Adds a new char value to a property that contains a combo box with a list of char values. |
![]() | AddTerminalProp | |
![]() | AdjustButtonRect | Calculates the boundaries of the button from the property item. |
![]() | CommitValue | Sets the original value for the property list equal to its current value and the original values for its subitems equal to theirs original value. |
![]() | ContainsFocus | Specifies if the PropertyListItem contains a focus. It means that it or one of its subitem has an InPlaceEdit control, this control has an input focus or has an open combobox or a popupmenu. |
![]() | CreateGroupProperty | Initializes a property list item as a group property. |
![]() | CreateInPlaceEdit | The function is called by the framework to create an in-place edit control for a property. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | CreateSimpleProperty | Initializes a non-group property list item without list of values. |
![]() | Dispose | Overloaded. Overridden. |
![]() | ExpandDeep | Expands or collapses a property item containing any sub-properties and its sub-items. |
![]() | FindSubItemByData | Searches any subitem of the current property or its subitems with a Data property which contains the specified data. |
![]() | Fire_PropertyChanged | Raises the PropertyChanged event. |
![]() | GetExpandedSubItems | Returns the number of expanded sub-items. |
![]() | GetHierarchyLevel | Returns the zero-based index of the property hierarchical level. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetNameTooltip | A text string containing the tooltip for the property name. It's the empty string if the property name is not truncated. |
![]() | GetScreenRect | Returns the bounding rectangle of a property in screen coordinates. |
![]() | GetValueTooltip | Returns a string containing the textual representation of the property value. |
![]() | HitTest | Tests the specified point and the current property item if it contains the specified point or a subitem containing the specified point. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | IsInPlaceEditing | Specifies if the property item has in place edit control. |
![]() | IsModified | Specifies if the PropertyList item was modified. Returns true, if its value was changed, but not committed or its original value is a null reference or it is always modified. |
![]() | IsParentExpanded | Tells whether the parent property of this property is expanded. |
![]() | IsPopupDisplayed | Specifies if the property item has an open drop down list or a popup menu. |
![]() | IsSubItem | Indicates a value whether the specified PropertyListItem is a sub item of this property item. |
![]() | LocalizeItem | |
![]() | OnClickButton | Called by the framework when property button is clicked by mouse. This function can display popup menu or drop down list for in place combobox. |
![]() | OnClickName | This function is called by parent property list control when user clicks a property name field. Override OnClickName if you need to handle this notification. The default handler does nothing. |
![]() | OnDblClick | Called by the framework when the user double clicks the property. |
![]() | OnDrawButton | This function is called by the framework to draw a button contained in the property. Override it in a derived class to customize the button appearance. |
![]() | OnDrawDescription | Displays the property description on the description area of the property control. The default implementation draws the property's name and text using parent property list control's font (the name is drawn using bold font). |
![]() | OnDrawExpandBox | Called by the framework to draw an expand box near a property containing sub-properties. |
![]() | OnDrawName | Called by the framework to display the property name. |
![]() | OnDrawValue | Called by the framework to display the property value. |
![]() | OnDrawValueString | Called by the framework to display the property value specified by the parameter string. |
![]() | OnEdit | This function is called by the framework when the user is about to edit a property value. The default implementation creates an in-place edit control, combo box or popup-in-place if the property value is editable. |
![]() | OnEndEdit | This function is called by the framework to notify that the editing has finished. The default implementation destroys in-place edit control, combo box or popup and returns TRUE. |
![]() | OnKillFocus | You can override this function in the derived class to add new implementation to the event related to the losing focus of the property list item. |
![]() | OnKillSelection | You can override this function in the derived class to add new implementation of the removing the selection mode from the currently selected item. |
![]() | OnPosSizeChanged | You can override this function in the derived class to add new implementation to the event related to the changing location of the property list item. |
![]() | OnRClickName | The function is called by the framework when the user clicks the right mouse button on the property name's area.
Override OnRClickName in a derived class to process this notification. The default implementation does nothing. |
![]() | OnRClickValue | The function is called by the framework when the user clicks the right mouse button on the property value. Override OnRClickValue in a derived class to process this notification. The default implementation does nothing. |
![]() | OnSelectCombo | Called by the framework when the user selects an item from the in-place combo box. The default implementation updates the property value according to selected item. |
![]() | OnSetCursor | This function is called by the framework to notify that the property list is about to set cursor on the property. The default implementation sets IDC_IBEAM cursor and returns true if the value is not a null value, otherwise, returns false. |
![]() | OnSetSelection | The function is called by the framework on setting the selection for the property list item. |
![]() | OnUpdateValue | This function is called by the framework to notify a property object that its value has been updated in in-place edit control. |
![]() | PushChar | This function called from the property list control when the property is selected and the user enters a new character. Override this function in a derived class to process the user input. |
![]() | Redraw | Redraws the property item and its subitems. |
![]() | Repos | Changes the location of the property item within its parent property list. |
![]() | RollbackValue | Sets the original value for the current property item and its subitems. The original value is a value, which a property has after it was last committed. |
![]() | ToString | If the property list item is a value list, returns all values from the list in delimiters, otherwise returns the value of the property. |
![]() | UndoEdit | Called by the parent property list to cancel the current edit of the property item. Sets the current text in in-place edit control equal to the current value of the property item. |
Name | Description | |
---|---|---|
![]() | CreateCombo | |
![]() | CreatePopup | |
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | Init | |
![]() | LocalizeInternal | |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnCollectionSubItemsChanged | |
![]() | OnCreateCustomPopup | |
![]() | OnCustomPopupClose | |
![]() | OnCustomPopupCommandSent | |
![]() | OnDestroyWindow | |
![]() | OnDismissCustomPopup | |
![]() | OnPropertyChanged | |
![]() | OnPropertyValueChanged | |
![]() | raise_PropertyChanged | |
![]() | SetFlags |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | PropertyChanged |