dbicDropDate Send comments on this topic.
GetContainerControl Method
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : GetContainerControl Method

Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls.

Syntax

Visual Basic (Declaration) 
Public Function GetContainerControl() As IContainerControl
C# 
public IContainerControl GetContainerControl()

Return Value

An System.Windows.Forms.IContainerControl, that represents the parent of the System.Windows.Forms.Control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also