SpeakFriend.Utilities.Web.ValidationItem.IsDropDownList C# (CSharp) Method

IsDropDownList() public method

public IsDropDownList ( ) : bool
return bool
        public bool IsDropDownList()
        {
            return typeof(DropDownList) == Control.GetType();
        }