Click or drag to resize

KryptonReadOnlyControls Methods

The KryptonReadOnlyControls type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds the specified control to the control collection.
(Overrides ControlControlCollectionAdd(Control))
Public methodAddRange Adds an array of control objects to the collection.
(Overrides ControlControlCollectionAddRange(Control))
Public methodClear Removes all controls from the collection.
(Overrides ControlControlCollectionClear)
Public methodContainsDetermines whether the specified control is a member of the collection.
(Inherited from ControlControlCollection)
Public methodContainsKeyDetermines whether the ControlControlCollection contains an item with the specified key.
(Inherited from ControlControlCollection)
Public methodCopyToCopies the entire contents of this collection to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ArrangedElementCollection)
Public methodEqualsDetermines whether two ArrangedElementCollection instances are equal.
(Inherited from ArrangedElementCollection)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindSearches for controls by their Name property and builds an array of all the controls that match.
(Inherited from ControlControlCollection)
Public methodGetChildIndex(Control)Retrieves the index of the specified child control within the control collection.
(Inherited from ControlControlCollection)
Public methodGetChildIndex(Control, Boolean)Retrieves the index of the specified child control within the control collection, and optionally raises an exception if the specified control is not within the control collection.
(Inherited from ControlControlCollection)
Public methodGetEnumeratorRetrieves a reference to an enumerator object that is used to iterate over a ControlControlCollection.
(Inherited from ControlControlCollection)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ArrangedElementCollection)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfRetrieves the index of the specified control in the control collection.
(Inherited from ControlControlCollection)
Public methodIndexOfKeyRetrieves the index of the first occurrence of the specified item within the collection.
(Inherited from ControlControlCollection)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove Removes the specified control from the control collection.
(Overrides ControlControlCollectionRemove(Control))
Public methodRemoveAtRemoves a control from the control collection at the specified indexed location.
(Inherited from ControlControlCollection)
Public methodRemoveByKey Removes the child control with the specified key.
(Overrides ControlControlCollectionRemoveByKey(String))
Public methodSetChildIndexSets the index of the specified child control in the collection to the specified index value.
(Inherited from ControlControlCollection)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also