Namespace: VB
Class Applet
Properties |
---|
No description avail
|
Property CurrentX() As Long
No description avail
|
Property CurrentY() As Long
No description avail
|
No description avail
|
Property DrawWidth() As Integer
No description avail
|
Property Transparency() As Integer
No description avail
|
Property AntiAliasing() As Boolean
No description avail
|
Property AutoRedraw() As Boolean
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 Visible() As Boolean
No description avail
|
No description avail
|
No description avail
|
Property ContentFrame() As PictureBox
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 BackColor() As Long
No description avail
|
Property ForeColor() As Long
No description avail
|
Property Tag() As String
No description avail
|
Property MenuBackColor() As Long
No description avail
|
Property MenuForeColor() As Long
No description avail
|
Property ToolBackColor() As Long
No description avail
|
Property ToolForeColor() As Long
No description avail
|
Methods |
---|
Sub init()
No description avail
|
Sub start()
No description avail
|
Sub destroy()
No description avail
|
Sub fireLoaded()
No description avail
|
Sub fireLoaded(sender As Object)
No description avail
|
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
|
Function getBackground() As Color
No description avail
|
Function getForeground() As Color
No description avail
|
Sub Refresh()
No description avail
|