|
module dfl.control;
{
Inherited members
autoScale
autoScaleBaseSize
backColor
backColorChanged
bottom
bounds
bringToFront
bringUpOne
canFocus
canSelect
capture
click
clientRectangle
clientSize
contains
containsFocus
contextMenu
contextMenuChanged
controlAdded
ControlCollection
controlRemoved
controls
createControl
createControlsInstance
created
createGraphics
createHandle
createParams
cursor
cursorChanged
DEFAULT_SCALE
defaultBackColor
defaultFont
defaultForeColor
defaultSize
defWndProc
delayInvoke
destroyHandle
disable
disableVisualStyle
displayRectangle
dispose
disposed
dock
dockPadding
DockPaddingEdges
doubleClick
enable
enabled
enabledChanged
findForm
focus
focused
font
fontChanged
foreColor
foreColorChanged
fromChildHandle
fromHandle
getAutoScaleSize
getChildAtPoint
getStyle
getTopLevel
gotFocus
handle
handleCreated
handleDestroyed
hasChildren
hasLayout
hasLayoutChanged
height
helpRequested
hide
hScroll
initLayout
invalidate
invoke
invokeRequired
isHandleCreated
isMnemonic
keyDown
keyPress
keyUp
layout
left
location
lostFocus
modifierKeys
mouseButtons
mouseDown
mouseEnter
mouseHover
mouseLeave
mouseMove
mousePosition
mouseUp
mouseWheel
move
name
onBackColorChanged
onClick
onContextMenuChanged
onControlAdded
onControlRemoved
onCursorChanged
onDisposed
onDoubleClick
onEnabledChanged
onFontChanged
onForeColorChanged
onGotFocus
onHandleCreated
onHandleDestroyed
onHasLayoutChanged
onHelpRequested
onKeyDown
onKeyPress
onKeyUp
onLayout
onLostFocus
onMouseDown
onMouseEnter
onMouseHover
onMouseLeave
onMouseMove
onMouseUp
onMouseWheel
onMove
onPaint
onPaintBackground
onParentChanged
onReflectedMessage
onResize
onRightToLeftChanged
onSystemColorsChanged
onTextChanged
onVisibleChanged
opCmp
opEquals
paint
parent
parentChanged
performLayout
pointToClient
pointToScreen
preProcessMessage
processKeyEventArgs
processMnemonic
recreateHandle
recreatingHandle
rectangleToClient
rectangleToScreen
redraw
refresh
region
resetBackColor
resetCursor
resetFont
resetForeColor
resetRightToLeft
resetText
resize
resizeRedraw
resumeLayout
right
rightToLeft
rightToLeftChanged
scrollPosition
scrollSize
select
selectNextControl
sendBackOne
sendToBack
setBounds
setBoundsCore
setClientSizeCore
setStyle
setVisibleCore
show
size
supportsMouseTracking
suspendLayout
systemColorsChanged
tabStop
tag
text
textChanged
top
topLevelControl
toString
update
updateStyles
visible
visibleChanged
vScroll
width
wndProc
zIndex
}
{
public void add(Control ctrl);
public int length; [property getter]
public int opApply(int delegate(ref Control) dg);
public int opIndex; [property getter]
protected final Control owner; [property getter]
public void remove(Control ctrl);
}
{
public final int all; [property setter]
public final int all; [property getter]
public final int bottom; [property getter]
public final int bottom; [property setter]
public final int left; [property getter]
public final int left; [property setter]
public final int right; [property setter]
public final int right; [property getter]
public final int top; [property getter]
public final int top; [property setter]
}
{
public final int bottom; [property getter]
public final Rect bounds; [property getter]
public final Rect bounds; [property setter]
public final bool canFocus; [property getter]
public final bool canSelect; [property getter]
public final bool capture; [property getter]
public final bool capture; [property setter]
public final bool contains(Control ctrl);
public final ControlCollection controls; [property getter]
public final bool created; [property getter]
public Cursor cursor; [property setter]
public Cursor cursor; [property getter]
public static ControlFont defaultFont; [property setter]
public final void delayInvoke(void(* fn)(Control, size_t[]),size_t[] params...);
protected void dispose(bool disposing);
public DockStyle dock; [property getter]
public DockStyle dock; [property setter]
public final bool enabled; [property getter]
public final bool enabled; [property setter]
public final bool focus();
public bool focused; [property getter]
public Font font; [property setter]
public Font font; [property getter]
protected final bool getStyle(ControlStyles flag);
public final HWindow handle; [property getter]
public final bool hasLayout; [property setter]
public final bool hasLayout; [property getter]
public final int height; [property setter]
public final int height; [property getter]
public final void hide();
public final void invalidate(Region rgn,bool andChildren);
public final void invalidate(Rect r,bool andChildren);
public final Object invoke(Object delegate(Object[]) dg,Object[] args...);
public final void invoke(void delegate() dg);
public static bool isMnemonic(dchar charCode,char[] text);
public final int left; [property getter]
public final int left; [property setter]
public final Point location; [property setter]
public final Point location; [property getter]
public final char[] name; [property getter]
public final char[] name; [property setter]
protected void onClick(EventArgs ea);
protected void onKeyUp(KeyEventArgs kea);
protected void onLayout(LayoutEventArgs lea);
protected void onMouseUp(MouseEventArgs mea);
protected void onMove(EventArgs ea);
protected void onPaint(PaintEventArgs pea);
public int opCmp(Object o);
public int opCmp(Control ctrl);
public final Control parent; [property getter]
public final Control parent; [property setter]
public final Region region; [property setter]
public final Region region; [property getter]
public final int right; [property getter]
public void select(bool directed,bool forward);
public final void selectNextControl(Control ctrl,bool forward,bool tabStopOnly,bool nested,bool wrap);
public final void setBounds(int x,int y,int width,int height,BoundsSpecified specified);
public final void setBounds(int x,int y,int width,int height);
protected void setBoundsCore(int x,int y,int width,int height,BoundsSpecified specified);
protected final void setStyle(ControlStyles flag,bool value);
public final void show();
public final Size size; [property getter]
public final Size size; [property setter]
public final bool tabStop; [property getter]
public final bool tabStop; [property setter]
public final Object tag; [property setter]
public final Object tag; [property getter]
public char[] text; [property setter]
public char[] text; [property getter]
public final int top; [property setter]
public final int top; [property getter]
public final bool visible; [property getter]
public final bool visible; [property setter]
public final int width; [property getter]
public final int width; [property setter]
protected void wndProc(ref Message msg);
public final int zIndex; [property getter]
}
{
public void add(Control ctrl);
public int length; [property getter]
public int opApply(int delegate(ref Control) dg);
public int opIndex; [property getter]
protected final Control owner; [property getter]
public void remove(Control ctrl);
}
{
public final Control control; [property getter]
Inherited members
empty
}
{
public final bool handled; [property getter]
public final bool handled; [property setter]
public final Point mousePos; [property getter]
Inherited members
empty
}
{
Inherited members
empty
}
{
Inherited members
empty
}
{
public final bool autoScale; [property setter]
public final bool autoScale; [property getter]
public final DockPaddingEdges dockPadding; [property getter]
public final bool hScroll; [property getter]
public final bool hScroll; [property setter]
public final bool vScroll; [property setter]
public final bool vScroll; [property getter]
protected void wndProc(ref Message m);
Inherited members
backColor
backColorChanged
bottom
bounds
bringToFront
bringUpOne
canFocus
canSelect
capture
click
clientRectangle
clientSize
contains
containsFocus
contextMenu
contextMenuChanged
controlAdded
ControlCollection
controlRemoved
controls
createControl
createControlsInstance
created
createGraphics
createHandle
createParams
cursor
cursorChanged
defaultBackColor
defaultFont
defaultForeColor
defaultSize
defWndProc
delayInvoke
destroyHandle
disable
disableVisualStyle
displayRectangle
dispose
disposed
dock
doubleClick
enable
enabled
enabledChanged
findForm
focus
focused
font
fontChanged
foreColor
foreColorChanged
fromChildHandle
fromHandle
getAutoScaleSize
getChildAtPoint
getStyle
getTopLevel
gotFocus
handle
handleCreated
handleDestroyed
hasChildren
hasLayout
hasLayoutChanged
height
helpRequested
hide
initLayout
invalidate
invoke
invokeRequired
isHandleCreated
isMnemonic
keyDown
keyPress
keyUp
layout
left
location
lostFocus
modifierKeys
mouseButtons
mouseDown
mouseEnter
mouseHover
mouseLeave
mouseMove
mousePosition
mouseUp
mouseWheel
move
name
onBackColorChanged
onClick
onContextMenuChanged
onControlAdded
onControlRemoved
onCursorChanged
onDisposed
onDoubleClick
onEnabledChanged
onFontChanged
onForeColorChanged
onGotFocus
onHandleCreated
onHandleDestroyed
onHasLayoutChanged
onHelpRequested
onKeyDown
onKeyPress
onKeyUp
onLayout
onLostFocus
onMouseDown
onMouseEnter
onMouseHover
onMouseLeave
onMouseMove
onMouseUp
onMouseWheel
onMove
onPaint
onPaintBackground
onParentChanged
onReflectedMessage
onResize
onRightToLeftChanged
onSystemColorsChanged
onTextChanged
onVisibleChanged
opCmp
opEquals
paint
parent
parentChanged
performLayout
pointToClient
pointToScreen
preProcessMessage
processKeyEventArgs
processMnemonic
recreateHandle
recreatingHandle
rectangleToClient
rectangleToScreen
redraw
refresh
region
resetBackColor
resetCursor
resetFont
resetForeColor
resetRightToLeft
resetText
resize
resizeRedraw
resumeLayout
right
rightToLeft
rightToLeftChanged
select
selectNextControl
sendBackOne
sendToBack
setBounds
setBoundsCore
setClientSizeCore
setStyle
setVisibleCore
show
size
supportsMouseTracking
suspendLayout
systemColorsChanged
tabStop
tag
text
textChanged
top
topLevelControl
toString
update
updateStyles
visible
visibleChanged
width
wndProc
zIndex
}
{
public void add(Control ctrl);
public int length; [property getter]
public int opApply(int delegate(ref Control) dg);
public int opIndex; [property getter]
protected final Control owner; [property getter]
public void remove(Control ctrl);
}
|
|
|
|