C# Class Label, code

Inheritance: Control, System.ComponentModel.IComponent, System.IDisposable, IOleControl, IOleObject, IOleInPlaceObject, IOleInPlaceActiveObject, IOleWindow, IViewObject, IViewObject2, IPersist, IPersistStreamInit, IPersistPropertyBag, IPersistStorage, IQuickActivate, ISupportOleDropSource, IDropTarget, System.ComponentModel.ISynchronizeInvoke, IWin32Window, System.Windows.Forms.Layout.IArrangedElement, IBindableComponent
显示文件 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
CustomText ( ) : string
Label ( string trackingReference )
Label ( string trackingReference, string customText )

Method Details

CustomText() public method

public CustomText ( ) : string
return string

Label() public method

public Label ( string trackingReference )
trackingReference string

Label() public method

public Label ( string trackingReference, string customText )
trackingReference string
customText string