The following tables list the members exposed by InfoWidget.
Name | Description | |
---|---|---|
![]() | InfoWidget Constructor | Constructs a InfoWidget object. |
Name | Description | |
---|---|---|
![]() | Focused | get/set its focus status (Inherited from MapWidget) |
![]() | LeftBitmap | Gets or sets the bitmap to display on the left side of the info panel. The code that sets the Image is responsible for disposing it. Please be aware that Bitmap leaks, so make sure to call Dispose() when you are finished using it. This class will not take ownership of the Bitmap. |
![]() | Map | get/set the WidgetMap (Inherited from MapWidget) |
![]() | RightBitmap | Gets or sets the bitmap to display on the info panel. The code that sets the Image is responsible for disposing it. Please be aware that Bitmap leaks, so make sure to call Dispose() when you are finished using it. This class will not take ownership of the Bitmap. |
![]() | SecondaryText | get/set the secondary text displayed on InfoWidget, SecondaryText displayed above Text if Text is not empty |
![]() | Text | get/set the text displayed on InfoWidget |
![]() | TransparentColor | Gets or sets the color that should be treated as transparent in the images. |
![]() | Visible | get/set visibility (Inherited from MapWidget) |
Name | Description | |
---|---|---|
![]() | CanReceiveMouseDown | get/set if the widget handles MouseDown event (Inherited from MapWidget) |
![]() | CanReceiveMouseMove | get/set if the widget handles MouseMove event (Inherited from MapWidget) |
![]() | CanReceiveMouseUp | get/set if the widget handles MouseUp event (Inherited from MapWidget) |
![]() | PixelResolutionFactor | pixelResolutionFactor (Inherited from MapWidget) |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Clean up any resources being used. |
![]() | Focus | set it to focused (Inherited from MapWidget) |
![]() | Invalidate | (Inherited from MapWidget) |
Name | Description | |
---|---|---|
![]() | OnGotFocus | This method is called when the control receives focus. (Inherited from MapWidget) |
![]() | OnKeyDown | (Inherited from MapWidget) |
![]() | OnKeyPress | (Inherited from MapWidget) |
![]() | OnKeyUp | (Inherited from MapWidget) |
![]() | OnLostFocus | This method is called when the control loses the focus. (Inherited from MapWidget) |
![]() | OnMapPaint | Overridden. |
![]() | OnMapResize | Overridden. |
![]() | OnMouseDown | Overridden. |
![]() | OnMouseMove | (Inherited from MapWidget) |
![]() | OnMouseUp | Overridden. |
![]() | OnSetMap | Overridden. |
![]() | OnVisibleChanged | this method is called when visibility changed (Inherited from MapWidget) |
Name | Description | |
---|---|---|
![]() | GotFocus | Event when it is focused (Inherited from MapWidget) |
![]() | KeyDown | KeyDown event (Inherited from MapWidget) |
![]() | KeyPress | KeyPress event (Inherited from MapWidget) |
![]() | KeyUp | KeyUp event (Inherited from MapWidget) |
![]() | LeftItemActivated | |
![]() | LostFocus | Event when it loses focus (Inherited from MapWidget) |
![]() | MouseDown | (Inherited from MapWidget) |
![]() | MouseMove | MouseMove event (Inherited from MapWidget) |
![]() | MouseUp | MouseUp event (Inherited from MapWidget) |
![]() | RightItemActivated |