CMvcVisualComponent::OnInitialUpdate

virtual void CMvcVisualComponent::OnInitialUpdate(void)

Initializes the visual component

Defined in: MvcVisualComponent.h

Return Value

void

Comments

This function is called just before the visual component is drawn for the first time. Derived classes should override this member and perform any applicable initialization.