Version

ColScrollRegion Property (ColSplitterBarUIElement)

Returns the ColScrollRegion object to which a UIElement belongs. This property is read-only at run-time. This property is not available at design-time.
Syntax
'Declaration
 
Public ReadOnly Property ColScrollRegion As ColScrollRegion
public ColScrollRegion ColScrollRegion {get;}
Remarks

This property returns a reference to a ColScrollRegion object that can be used to set properties of, and invoke methods on, the colscrollregion to which the UIElement belongs. You can use this reference to access any of the returned colscrollregion's properties or methods.

If the UIElement does not belong to a colscrollregion, Nothing is returned.

The RowScrollRegion property can be used to return a reference to a RowScrollRegion object to which a UIElement belongs.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also