'Declaration Protected Overridable Sub SetClientSizeCore( _ ByVal x As Integer, _ ByVal y As Integer _ )
'Declaration
Protected Overridable Sub SetClientSizeCore( _ ByVal x As Integer, _ ByVal y As Integer _ )
'Usage Dim instance As DesignerMain Dim x As Integer Dim y As Integer instance.SetClientSizeCore(x, y)
'Usage
Dim instance As DesignerMain Dim x As Integer Dim y As Integer instance.SetClientSizeCore(x, y)
protected virtual void SetClientSizeCore( int x, int y )
DesignerMain Class DesignerMain Members