Skip to main content

LayoutItemContainer Properties

Represets a container of layout items.
Name Description
AccessibleDescription Gets or sets the object’s description used by accessibility client applications. Inherited from BaseLayoutItem.
AccessibleName Gets or sets the object’s name used by accessibility client applications. Inherited from BaseLayoutItem.
AccessibleRole Gets or sets the object’s accessible role. Inherited from BaseLayoutItem.
AllowCustomizeChildren Gets or sets whether the layout of the current container can be customized using drag and drop.
AllowHide Gets or sets whether the item can be hidden to the Customization Form. Inherited from BaseLayoutItem.
AppearanceGroup Provides access to the properties that control the group’s appearance.
AppearanceItemCaption Gets the appearance settings used to paint a layout item’s caption. Inherited from BaseLayoutItem.
AppearanceTabPage Provides access to a tabbed group’s appearance settings.
BestFitWeight Gets or sets the width of the current BaseLayoutItem relative to other items’ width after the LayoutControl.BestFit method has been called. Inherited from BaseLayoutItem.
BindingContext Gets or sets the BindingContext for the item. Inherited from BaseLayoutItem.
Bounds Gets the layout item’s bounding rectangle. Inherited from BaseLayoutItem.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
CustomizationFormText Gets or sets the layout item’s caption within the Customization Form. Inherited from BaseLayoutItem.
DataBindings Gets the data bindings for the layout item. Inherited from BaseLayoutItem.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
Expanded Not supported. Inherited from BaseLayoutItem.
Height Gets or sets the layout item’s height. Inherited from BaseLayoutItem.
IsDisposing Gets whether the current item is being disposed of. Inherited from BaseLayoutItem.
IsGroup Gets whether the current layout item represents a Layout Group. Inherited from BaseLayoutItem.
IsHidden Gets whether the layout item is hidden. Inherited from BaseLayoutItem.
IsUpdateLocked Gets whether the layout item has been locked for updating. Inherited from BaseLayoutItem.
Location Gets or sets the coordinates of the layout item’s top left corner. Inherited from BaseLayoutItem.
MaxSize Gets or sets the maximum size of the layout item. Inherited from BaseLayoutItem.
MinSize Gets or sets the item’s minimum size. Inherited from BaseLayoutItem.
Name Gets or sets the layout item’s name. Inherited from BaseLayoutItem.
OptionsCustomization Contains options that specify which operations can be performed on the layout item at runtime. Inherited from BaseLayoutItem.
OptionsIconToolTip Obsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead. Inherited from BaseLayoutItem.
OptionsItemToolTip Obsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead. Inherited from BaseLayoutItem.
OptionsTableLayoutItem Provides access to the options that specify how a layout item is arranged within a table layout. Inherited from BaseLayoutItem.
OptionsToolTip Contains options that allow tooltips to be assigned to layout items and their images. Inherited from BaseLayoutItem.
Owner Gets or set the LayoutControl that owns the current layout item. Inherited from BaseLayoutItem.
Padding Gets or sets the amount of space in pixels between the item’s borders and its contents. Inherited from BaseLayoutItem.
PaintAppearanceGroup Provides access to the appearance settings currently used to paint the layout group.
PaintAppearanceItemCaption Provides access to the appearance settings currently used to paint layout items that belong to the current container.
Parent Gets or sets the layout group that owns the LayoutItemContainer.
ParentName Gets or sets the name of the item’s parent. Inherited from BaseLayoutItem.
Selected Gets or sets the selection state of the current item. Inherited from BaseLayoutItem.
ShowInCustomizationForm Gets or sets whether the layout item is displayed within the Customization Form when the item is hidden. Inherited from BaseLayoutItem.
Site Gets or sets the ISite of the Component. Inherited from Component.
Size Gets or sets the layout item’s size. Inherited from BaseLayoutItem.
Spacing Gets or sets the outer indents of the item’s borders. Inherited from BaseLayoutItem.
StartNewLine Gets or sets whether the current item starts a new row within a flow layout. Inherited from BaseLayoutItem.
TabPageWidth Gets or sets the width, in pixels, of tab headers.
Tag Gets or sets an object that contains data on the current layout item. Inherited from BaseLayoutItem.
Text Gets or sets the caption of this layout item. If the Text property is null (Nothing in VB.NET) or String.Empty, this property returns the item name. Inherited from BaseLayoutItem.
TextLocation Gets or sets the container’s side along which its caption is displayed.
TextSize Not supported.
TextToControlDistance Not supported.
TextVisible Gets or sets whether the text region is visible. Inherited from BaseLayoutItem.
TypeName Gets the name of the current layout item’s type. Inherited from BaseLayoutItem.
ViewInfo Gets the object which contains the information used to render the layout item. Inherited from BaseLayoutItem.
Visibility Allows you to hide the item from the Layout Control and Customization Form. Inherited from BaseLayoutItem.
Visible Gets whether the layout item is visible. Inherited from BaseLayoutItem.
Width Gets or sets the layout item’s width. Inherited from BaseLayoutItem.
X Gets or sets the X coordinate of the item’s top left corner relative to the parent’s top left corner. Inherited from BaseLayoutItem.
Y Gets or sets the Y coordinate of the item’s top left corner relative to the parent’s top left corner. Inherited from BaseLayoutItem.
See Also