All pages
Powered by GitBook
1 of 1

Loading...

HelpTip

Wisej.Web.HelpTip

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

  • Component

    • Component

Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).

Constructors

HelpTip()

Initializes a new instance of the without a specified container.

HelpTip(container)

Initializes a new instance of the class with a specified container.

Name
Type
Description

Properties

Active

: Returns or sets whether the HelpTip provider is currently active.

Alignment

: Returns or sets the position of the HelpTip in relation to the target control.

AllowHtml

: Returns or sets a value indicating that the control can display html in the Text property.

AutoPopDelay

: Returns or sets the period of time the HelpTip remains visible if the pointer is stationary on a control with specified HelpTip text.

BackColor

: Returns or sets the background color for the HelpTip.

ForeColor

: Returns or sets the foreground color for the HelpTip.

HelpTipIcon

: Returns or sets a value that defines the type of icon to be displayed alongside the HelpTip text.

InitialDelay

: Returns or sets the time that passes before the HelpTip appears.

Tag

: Returns or sets the object that contains programmer-supplied data associated with the .

Methods

CanExtend(target)

Returns true if the HelpTip can offer an extender property to the specified target component.

Parameter
Type
Description

Returns: . true if the class can offer one or more extender properties; otherwise, false.

Clear()

Removes all HelpTip text currently associated with the HelpTip component.

GetHelpTip(control)

Retrieves the HelpTip text associated with the specified control.

Parameter
Type
Description

Returns: . A containing the HelpTip text for the specified control.

SetHelpTip(control, caption)

Associates HelpTip text with the specified control.

Parameter
Type
Description

Implements

Name
Description

container

IContainer

An IContainer that represents the container of the HelpTip extender.

target

Object

The target object to add an extender property to.

control

Control

The Control for which to retrieve the HelpTip text.

control

Control

The Control to associate the HelpTip text with.

caption

String

The HelpTip text to display when the pointer is on the control.

IWisejComponent

All wisej components implement this interface.

IWisejSerializable

Allows an object to serialize itself.

HelpTip
Public Class HelpTip
    Inherits Component
    Implements IExtenderProvider
HelpTip
HelpTip
Boolean
Placement
Boolean
Int32
Color
Color
ToolTipIcon
Int32
Object
HelpTip
Boolean
HelpTip
String
String
public class HelpTip : Component, IExtenderProvider