Wimark.Controls Class Library  

IPrintable Interface

Defines print methods used to draw the content of controls.

For a list of all members of this type, see IPrintable Members.

[Visual Basic]
Public Interface IPrintable
[C#]
public interface IPrintable
[C++]
public __gc __interface IPrintable
 

Classes that Implement IPrintable

Class Description
Button Represents a Windows button control.
CheckBox Represents a Windows radio button.
Label Represents a standard Windows label.
LinkLabel Represents a Windows label control that can display hyperlinks.
ProgressBar Represents a Windows progress bar control.
RadioButton Represents a Windows radio button.
ScrollBar Implements the basic functionality of a scroll bar control.
TextBox Represents a Windows text box control.
UpDownBase Implements the basic functionality required by an up-down control.

Requirements

Namespace: Wimark.Controls

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: Wimark.Controls (in Wimark.Controls.dll)

See Also

IPrintable Members | Wimark.Controls Namespace | Button | CheckBox | Label | LinkLabel | ProgressBar | RadioButton | ScrollBar | TextBox | UpDownBase