Inheritance diagram for URLButton:


Public Member Functions | |
| void | CopyURL () |
| boolean | DragWasStarted () |
| string | GetCompleteURL () |
| void | OpenURL () |
| boolean | PointInButton (integer x, integer y) |
| void | Resize () |
| void | SetCaption (string theCaption) |
| void | SetContextualMenu (URLButtonCM theCM) |
| void | SetJustification (integer just) |
| void | SetTextFont (string theFont) |
| void | SetTextSize (integer theSize) |
| void | SetURL (string theURL, boolean urlIsMailTo) |
| void | ShowContextualMenu () |
Package Attributes | |
| boolean | IsMailto |
| URLButtonTimer | pClickTimer |
| URLButtonCM | pCM |
| boolean | pDragStarted |
| boolean | pInControl |
| string | URL |
| boolean | UseMyTextStyles |
Private Member Functions | |
Events | |
| bool | Close () |
| bool | MouseDown () |
| bool | MouseDrag () |
| bool | MouseUp () |
| bool | Open () |
| bool URLButton.Close | ( | ) | [private] |
| void URLButton.CopyURL | ( | ) |
| boolean URLButton.DragWasStarted | ( | ) |
| string URLButton.GetCompleteURL | ( | ) |
| bool URLButton.MouseDown | ( | ) | [private] |
| bool URLButton.MouseDrag | ( | ) | [private] |
| bool URLButton.MouseUp | ( | ) | [private] |
| bool URLButton.Open | ( | ) | [private] |
| void URLButton.OpenURL | ( | ) |
| boolean URLButton.PointInButton | ( | integer | x, | |
| integer | y | |||
| ) |
| void URLButton.Resize | ( | ) |
| void URLButton.SetCaption | ( | string | theCaption | ) |
| void URLButton.SetContextualMenu | ( | URLButtonCM | theCM | ) |
| void URLButton.SetJustification | ( | integer | just | ) |
| void URLButton.SetTextFont | ( | string | theFont | ) |
| void URLButton.SetTextSize | ( | integer | theSize | ) |
| void URLButton.SetURL | ( | string | theURL, | |
| boolean | urlIsMailTo | |||
| ) |
| void URLButton.ShowContextualMenu | ( | ) |
boolean URLButton.IsMailto [package] |
URLButtonTimer URLButton.pClickTimer [package] |
URLButtonCM URLButton.pCM [package] |
boolean URLButton.pDragStarted [package] |
boolean URLButton.pInControl [package] |
string URLButton.URL [package] |
boolean URLButton.UseMyTextStyles [package] |
1.5.1