'Declaration Protected Overrides Sub ScaleCore( _ ByVal x As Single, _ ByVal y As Single _ )
'Declaration
Protected Overrides Sub ScaleCore( _ ByVal x As Single, _ ByVal y As Single _ )
'Usage Dim instance As TabStripDlg Dim x As Single Dim y As Single instance.ScaleCore(x, y)
'Usage
Dim instance As TabStripDlg Dim x As Single Dim y As Single instance.ScaleCore(x, y)
protected override void ScaleCore( float x, float y )
TabStripDlg Class TabStripDlg Members