IsValidAlternateTag Method
IsValidAlternateTag(Int32)
Override the base class. This class does not allow alternate DataTags. The only allowed tag is the defined.
C#
protected override bool IsValidAlternateTag(int dataTag)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataTag | The data tag the caller wants to use as an alternate. |
Returns
System.Boolean
A boolean, true
is the given tag can be used as an alternate,
false
otherwise.