Inheritance
System.Object
PopupUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Shared.Base.dll
Constructors
Declaration
Methods
Declaration
public static Point[] ComputeDefaultBorderOverlapCue(PopupRelativeAlignment rAlign, Rectangle dropDownBounds)
Parameters
Returns
| Type |
| System.Drawing.Point[] |
Declaration
public static Point ComputeDefaultLeftRightAlignment(PopupRelativeAlignment prevAlignment, out PopupRelativeAlignment newAlignment, Rectangle parentBounds, bool isRTL)
Parameters
Returns
| Type |
| System.Drawing.Point |
Declaration
public static Point ComputeDefaultLeftRightAlignmentExt(PopupRelativeAlignment prevAlignment, out PopupRelativeAlignment newAlignment, Control parent, Rectangle parentBounds, bool isRTL)
Parameters
Returns
| Type |
| System.Drawing.Point |
Declaration
public static Point ComputeDefaultPopupAlignment(PopupRelativeAlignment prevAlign, out PopupRelativeAlignment newAlign, PopupRelativeAlignment firstPrefAlignment, PopupRelativeAlignment lastPrefAlignment, Rectangle parentBounds)
Parameters
Returns
| Type |
| System.Drawing.Point |
Declaration
public static Point ComputeDefaultTopBottomAlignment(PopupRelativeAlignment prevAlignment, out PopupRelativeAlignment newAlignment, Rectangle parentBounds, bool isRTL)
Parameters
Returns
| Type |
| System.Drawing.Point |
Declaration
public static Point ComputeDefaultTopBottomAlignmentExt(PopupRelativeAlignment prevAlignment, out PopupRelativeAlignment newAlignment, Control parent, Rectangle parentBounds, bool isRTL)
Parameters
Returns
| Type |
| System.Drawing.Point |
Declaration
public static Point ComputeLocationFromAlignment(PopupRelativeAlignment align, Rectangle dropDownBounds)
Parameters
Returns
| Type |
| System.Drawing.Point |
Declaration
public static Control GetADotNetParentControl(IntPtr handle)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
handle |
|
Returns
| Type |
| System.Windows.Forms.Control |