In This Article

IHasTag Interface

Provides the base requirements for a control that can store custom data on a Tag property.

public interface IHasTag

Properties

Tag

Gets or sets a user-defined object attached to the control.

object Tag { get; }

Property Value

object