Namespace: VB
Class MDIChild
Properties |
---|
Property Parent() As JInternalFrame
No description avail
|
Property Transparency() As Integer
No description avail
|
Property AntiAliasing() As Boolean
No description avail
|
Property AutoRedraw() As Boolean
No description avail
|
No description avail
|
Property DrawWidth() As Integer
No description avail
|
No description avail
|
Property ImageBuffer() As BufferedImage
No description avail
|
Property Point(x As Single, y As Single) As Long
No description avail
|
Property CurrentX() As Long
No description avail
|
Property CurrentY() As Long
No description avail
|
Property ScaleLeft() As Single
No description avail
|
Property ScaleTop() As Single
No description avail
|
Property ScaleWidth() As Single
No description avail
|
Property ScaleHeight() As Single
No description avail
|
Property FontName() As String
No description avail
|
Property FontBold() As Boolean
No description avail
|
Property FontItalic() As Boolean
No description avail
|
Property FontSize() As Integer
No description avail
|
No description avail
|
Property Caption() As String
No description avail
|
Property StartUpPosition() As StartUpPositionConstants
No description avail
|
Property Resizable() As Boolean
No description avail
|
Property Closable() As Boolean
No description avail
|
Property Minimizable() As Boolean
No description avail
|
Property Maximizable() As Boolean
No description avail
|
Property WindowState() As FormWindowStateConstants
No description avail
|
Property BackColor() As Long
No description avail
|
Property ForeColor() As Long
No description avail
|
Property Left() As Single
No description avail
|
Property Top() As Single
No description avail
|
Property Width() As Single
No description avail
|
Property Height() As Single
No description avail
|
Property Enabled() As Boolean
No description avail
|
Property Visible() As Boolean
No description avail
|
Property MousePointer() As MousePointerConstants
No description avail
|
No description avail
|
Property CanGetFocus() As Boolean
No description avail
|
Property ContentFrame() As PictureBox
No description avail
|
Methods |
---|
Sub fireLoaded()
No description avail
|
Sub fireLoaded(sender As Object)
No description avail
|
Sub focusGained(arg2 As FocusEvent)
No description avail
|
Sub focusLost(arg2 As FocusEvent)
No description avail
|
Sub componentHidden(e As ComponentEvent)
No description avail
|
Sub componentMoved(e As ComponentEvent)
No description avail
|
Sub componentResized(e As ComponentEvent)
No description avail
|
Sub componentShown(e As ComponentEvent)
No description avail
|
Sub PSet(x As Single, y As Single)
No description avail
|
Sub Line(x As Single, y As Single)
No description avail
|
Sub Line(x1 As Single, y1 As Single, x2 As Single, y2 As Single)
No description avail
|
Sub Line(x1 As Single, y1 As Single, x2 As Single, y2 As Single, Rect As Boolean)
No description avail
|
Sub Line(x1 As Single, y1 As Single, x2 As Single, y2 As Single, Rect As Boolean, FillColor As Long)
No description avail
|
Sub Circle(x As Single, y As Single, width As Single, height As Single)
No description avail
|
Sub Circle(x As Single, y As Single, width As Single, height As Single, FillColor As Long)
No description avail
|
No description avail
|
Sub Print(text As String, x1 As Single, y1 As Single)
No description avail
|
Sub Cls()
No description avail
|
Function TextWidth(text As String) As Integer
No description avail
|
Function TextHeight(text As String) As Integer
No description avail
|
Sub Print(text As String)
No description avail
|
Sub Close()
No description avail
|
Sub Show()
No description avail
|
Function getBackground() As Color
No description avail
|
Function getForeground() As Color
No description avail
|
Sub SetFocus()
No description avail
|
Sub Refresh()
No description avail
|