Class PropertyGridSplitElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridSplitElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PropertyGridSplitElement()
Declaration
public PropertyGridSplitElement()
Properties
HelpElement
Gets the PropertyGridHelpElement.
Declaration
public PropertyGridHelpElement HelpElement { get; }
Property Value
PropertyGridHelpElement
|
HelpElementHeight
Gets or sets the height of the PropertyGridHelpElement.
Declaration
public float HelpElementHeight { get; set; }
Property Value
System.Single
|
HelpVisible
Gets or sets a value indicating whether the PropertyGridHelpElement is visible.
Declaration
public bool HelpVisible { get; set; }
Property Value
System.Boolean
|
PropertyTableElement
Gets the PropertyTableElement.
Declaration
public PropertyGridTableElement PropertyTableElement { get; }
Property Value
PropertyGridTableElement
|
SizeGripElement
Gets the PropertyGridSizeGripElement.
Declaration
public PropertyGridSizeGripElement SizeGripElement { get; }
Property Value
PropertyGridSizeGripElement
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
BeginResize(Int32)
Begins the resize of the description element.
Declaration
public virtual void BeginResize(int offset)
Parameters
System.Int32
offset
The offset used to resize the description element. |
ClearHelpBarText()
Declaration
public virtual void ClearHelpBarText()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateHelpElement()
Declaration
protected virtual PropertyGridHelpElement CreateHelpElement()
Returns
PropertyGridHelpElement
|
CreateSizeGripElement()
Declaration
protected virtual PropertyGridSizeGripElement CreateSizeGripElement()
Returns
PropertyGridSizeGripElement
|
CreateTableElement()
Declaration
protected virtual PropertyGridTableElement CreateTableElement()
Returns
PropertyGridTableElement
|
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
HideHelp()
Declaration
public virtual void HideHelp()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnDoubleClick(EventArgs)
Declaration
protected override void OnDoubleClick(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
ShowHelp()
Declaration
public virtual void ShowHelp()