[This is preliminary documentation and is subject to change.]
Performs layout of sub controls, such as element host, scroll bars etc..
Namespace: NFX.WinForms.Controls.ChartKit.TemporalAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void LayoutSubControls(
int oldLeft,
int oldTop,
int oldWidth,
int oldHeight
)
protected virtual void LayoutSubControls(
int oldLeft,
int oldTop,
int oldWidth,
int oldHeight
)
Protected Overridable Sub LayoutSubControls (
oldLeft As Integer,
oldTop As Integer,
oldWidth As Integer,
oldHeight As Integer
)
Protected Overridable Sub LayoutSubControls (
oldLeft As Integer,
oldTop As Integer,
oldWidth As Integer,
oldHeight As Integer
)
protected:
virtual void LayoutSubControls(
int oldLeft,
int oldTop,
int oldWidth,
int oldHeight
)
protected:
virtual void LayoutSubControls(
int oldLeft,
int oldTop,
int oldWidth,
int oldHeight
)
abstract LayoutSubControls :
oldLeft : int *
oldTop : int *
oldWidth : int *
oldHeight : int -> unit
override LayoutSubControls :
oldLeft : int *
oldTop : int *
oldWidth : int *
oldHeight : int -> unit
abstract LayoutSubControls :
oldLeft : int *
oldTop : int *
oldWidth : int *
oldHeight : int -> unit
override LayoutSubControls :
oldLeft : int *
oldTop : int *
oldWidth : int *
oldHeight : int -> unit