Inherited Members
System.IDisposable.Dispose()
Assembly: Syncfusion.Tools.Windows.dll
public interface IBarItemRenderer : IDisposable
Properties
Declaration
bool Active { get; set; }
Property Value
Declaration
BarItem BarItem { get; set; }
Property Value
Declaration
RectangleF Bounds { get; set; }
Property Value
Type |
System.Drawing.RectangleF |
Declaration
bool HotTrack { get; set; }
Property Value
Declaration
bool NeedCenterVAlign { get; }
Property Value
Declaration
bool ShowingDropDown { get; }
Property Value
Declaration
VisualStyle Style { get; set; }
Property Value
Declaration
bool ThemesEnabled { get; set; }
Property Value
Declaration
bool Visible { get; set; }
Property Value
Methods
Declaration
void BarItemPropertyChanged(SyncfusionPropertyChangedEventArgs e)
Parameters
Declaration
void DrawSeparator(Graphics g)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
Declaration
void DropDown(bool show, bool setDefaultSelection, Queue pbiQueue)
Parameters
Type |
Name |
Description |
System.Boolean |
show |
|
System.Boolean |
setDefaultSelection |
|
System.Collections.Queue |
pbiQueue |
|
Declaration
SizeF GetPreferredSize(IGraphicsProvider gp)
Parameters
Returns
Type |
System.Drawing.SizeF |
Declaration
bool HitTest(PointF mousePosition)
Parameters
Type |
Name |
Description |
System.Drawing.PointF |
mousePosition |
|
Returns
Declaration
void InvalidateCachedTextSizes()
Declaration
void OnMouseDown(Point pointMouseDown)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
pointMouseDown |
|
Declaration
void OnMouseMove(Point pointMouseMove)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
pointMouseMove |
|
Declaration
void OnMouseUp(Point pointMouseUp)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
pointMouseUp |
|
Declaration
void OnMouseWheel(bool isUp)
Parameters
Type |
Name |
Description |
System.Boolean |
isUp |
|
Declaration
void OnPaint(Graphics g, Rectangle clipRect)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
clipRect |
|
Declaration
bool ProcessKeyDown(Keys key)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Keys |
key |
|
Returns
Declaration
Returns