BlinForms.Framework.RootForm.ApplyAttribute C# (CSharp) Метод

ApplyAttribute() публичный Метод

public ApplyAttribute ( ulong attributeEventHandlerId, string attributeName, object attributeValue, string attributeEventUpdatesAttributeName ) : void
attributeEventHandlerId ulong
attributeName string
attributeValue object
attributeEventUpdatesAttributeName string
Результат void
        public void ApplyAttribute(ulong attributeEventHandlerId, string attributeName, object attributeValue, string attributeEventUpdatesAttributeName)
        {
            global::BlinForms.Framework.Controls.FormsComponentBase.ApplyAttribute(this, attributeEventHandlerId, attributeName, attributeValue, attributeEventUpdatesAttributeName);
        }
    }